type github.com/jackc/pgx/v5/pgconn.connLockError

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L96: type connLockError struct {
		errors.go#L100: func (e *connLockError) SafeToRetry() bool {
		errors.go#L104: func (e *connLockError) Error() string {
		pgconn.go#L616: 		return nil, &connLockError{status: "conn closed"}
		pgconn.go#L774: 		return &connLockError{status: "conn busy"} // This only should be possible in case of an application bug.
		pgconn.go#L776: 		return &connLockError{status: "conn closed"}
		pgconn.go#L778: 		return &connLockError{status: "conn uninitialized"}